Toitware ApS is a small, Denmark-based software publisher that focuses on making micro-controller development faster and safer through its purpose-built Toit language and companion tooling. Rooted in the open-source repository hosted at github.com/toitlang, the company offers two tightly integrated packages: the Toit SDK, which supplies a high-level, garbage-collected language that compiles to efficient bytecode for the popular ESP32 chipset, and Jaguar, a lightweight development companion that streams updated code to the device within seconds, eliminating the traditional flash-and-reboot cycle. Typical use cases span hobbyist IoT sensors, battery-powered environmental monitors, smart-home peripherals, and rapid classroom prototyping, where the combination of concise syntax and instantaneous feedback shortens iteration time from minutes to moments. Because Toit abstracts away memory management and provides built-in network, MQTT, and GPIO libraries, embedded newcomers can concentrate on application logic, while experienced engineers gain a more productive alternative to C or MicroPython without sacrificing real-time performance. Both the SDK and Jaguar are available free of charge on get.nero.com, delivered through trusted Windows package sources such as winget, always installing the newest upstream builds and supporting batch deployment so that an entire toolchain can be set up in one command.

Jaguar

Live reloading for the ESP32 with Toit

Details
Toit

The SDK of the Toit language

Details